Skip to content
Snippets Groups Projects
Commit c8f10a13 authored by Vesa Lappalainen's avatar Vesa Lappalainen :bicyclist:
Browse files

Java 21

parent 53b3bee5
Branches main
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ public class Bitmap extends BasicShape {
* @param z syvyyskoordinaatti johon bitmap n�ytet��n
* @param filename tiedoston nimi, josta bitmap luetaan
*/
@SuppressWarnings("deprecation")
public Bitmap(double x, double y, double z, String filename) {
super();
upperLeft = new RPoint(x, y, z);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment