Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d1e3354

Browse files
Fixed incorrect crosshair texture path
1 parent c8deaa8 commit d1e3354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎dronesim/simapp.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def __init__(self,
236236

237237
#Crosshair
238238
crosshair_tex = self.loader.loadTexture(
239-
Filename("crosshair.png"),
239+
Filename("textures/crosshair.png"),
240240
minfilter = SamplerState.FTNearest,
241241
magfilter = SamplerState.FTNearest
242242
)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /